next up previous contents index
Next: Unsupported Turbo Pascal modifiers Up: Modifiers Previous: Alias

[RegisterList]

This modifier list is used to indicate the registers that are modified by an assembler block in your code. The compiler stores certain results in the registers. If you modify theregisters in an assembly block, the compiler should, sometimes, be told about it. The prototype syntax of the Registerlist modifier is:

asm
  statements
end; ['register1','register2',...,'registern'];
Where 'register' is one of 'EAX',EBX',ECX','EDX' etc.



Michael Van Canneyt
Tue Mar 31 16:48:49 CEST 1998